Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 199 Bytes

6.3.8 - swoole_table->exist.md

File metadata and controls

11 lines (8 loc) · 199 Bytes

swoole_table->exist

检查table中是否存在某一个key。

bool swoole_table->exist(string $key);
  • 存在返回true
  • 不存在返回false

此方法在1.7.17以上版本可用